@charset "utf-8";
/* CSS Document */

/******************************General*************************************/

html, body {
	height:100%;
	font-family: Comic Sans MS, sans-serif;
	font-size: 12px;
	color: red;
	background-color: #FFFFFF;
	/**overflow: hidden;**/
	}
	
body {
position: relative;
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center; 
}

span {
	position: fixed;
	right: 5px;
	bottom: 5px;
	}
	
a {
	text-decoration: none;
	}